FlowMVI
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
FlowMVI
core
/
pro.respawn.flowmvi.dsl
/
[jvm]emit
emit
jvm
context
(
receiver
:
IntentReceiver
<
I
>
)
suspend
fun
<
I
:
MVIIntent
>
I
.
emit
(
)
An alias for
IntentReceiver.emit
context
(
receiver
:
ActionReceiver
<
A
>
)
suspend
fun
<
A
:
MVIAction
>
A
.
emit
(
)
An alias for
ActionReceiver.action